#yw0 {
    position: relative;
/ / margin : 80 px 0 0 - 10 px;
}

.grid-view-loading {
    background: #FEFFFC url(/img/loading.gif) center no-repeat;
}

.grid-view {
    padding: 0;
}

.grid-view .pager {
    text-align: left !important;
}

.grid-view td.link-column {
    text-align: center !important;
}

.grid-view .link-column a {
    text-decoration: none;
}

.grid-view table.items {
    background: white;
    border-collapse: collapse;
    width: 100%;
    border: 1px #FF9933 solid;
}

.grid-view-loading table.items {
    background: none !important;
}

.grid-view table.items tr.bold  td {
    font-weight: bold;
    background: #eaebeb;
}

.grid-view table.items   td {
    text-align: right
}

.grid-view table.items   td:first-child {
    text-align: left
}

.grid-view table.items th, .grid-view table.items td {
    font-size: 13px;
    border: 1px #FF9933 solid;
    padding: 5px;
}

.grid-view table.items th, #pay_table th {

    /*background: url("bg.gif") repeat-x scroll left top white;*/
    background-color: #fff;
    text-align: center;
    color: #5a727f;
    font-weight: normal;
    font-size: 14px;
    padding: 10px 5px;
}

.grid-view table.items th a {
    color: #369;

    text-decoration: underline;
}

.grid-view table.items th a:hover {
    color: #d10707;
}

.grid-view table.items th a.asc {
    background: url(/img/up.gif) right center no-repeat;
    padding-right: 10px;
}

.grid-view table.items th a.desc {
    background: url(/img/down.gif) right center no-repeat;
    padding-right: 10px;
}

.grid-view table.items tr.even {
    /*background: #F8F8F8;*/
}

.grid-view table.items tr.odd {
    /*background: #F8F8F8;*/
}

.grid-view table.items tr.selected {
    background: #eaebeb;
}

.grid-view table.items tr:hover {
    background: #eaebeb;
}

.grid-view .link-column img {
    border: 0;
}

.grid-view .button-column {
    text-align: center;
    width: 60px;
}

.grid-view .button-column img {
    border: 0;
}

.grid-view .checkbox-column {
    width: 15px;
}

.grid-view .summary {
    margin: 0 0 5px 0;
    text-align: right;
}

.grid-view .pager {
    margin: 5px 0 0 0;
    text-align: right;
}

.grid-view .empty {
    font-style: italic;
}

.grid-view .filters input,
.grid-view .filters select {
    width: 100%;
    border: 1px solid #ccc;
}

.grid-view table.items #yw1_c0 {
    width: 95px
}

.grid-view table.items #yw1_c1 {
    width: 200px
}